home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / futils / futils~1 / man / manpages.zoo / tac.1 < prev    next >
Encoding:
Text File  |  1991-11-11  |  1.1 KB  |  67 lines

  1.  
  2.  
  3.  
  4. TAC(1L)                                                   TAC(1L)
  5.  
  6.  
  7.  
  8. NAME
  9.      tac - concatenate and print files in reverse
  10.  
  11. SYNOPSIS
  12.      tac [-br] [-s separator] [+before] [+regex]
  13.      [+separator=separator] [file...]
  14.  
  15. DESCRIPTION
  16.      This manual page documents the GNU version of tac.  tac
  17.      copies each given file, or the standard input if none are
  18.      given or when a file name of `-' is encountered, to the
  19.      standard output with the order of the records reversed.  The
  20.      records are separated by instances of a string, or a newline
  21.      if none is given.  By default, the separator string is
  22.      attached to the end of the record that it follows in the
  23.      file.
  24.  
  25.      OPTIONS
  26.  
  27.      -_✓b, +_✓b_✓e_✓f_✓o_✓r_✓e
  28.           The separator is attached to the beginning of the
  29.           record that it precedes in the file.
  30.  
  31.      -_✓r, +_✓r_✓e_✓g_✓e_✓x
  32.           The separator is a regular expression.
  33.  
  34.      -_✓s, +_✓s_✓e_✓p_✓a_✓r_✓a_✓t_✓o_✓r _✓s_✓e_✓p_✓a_✓r_✓a_✓t_✓o_✓r
  35.           Use _✓s_✓e_✓p_✓a_✓r_✓a_✓t_✓o_✓r as the record separator.
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Page 1
  64.  
  65.  
  66.  
  67.